home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 7 / 10.TXT < prev    next >
Text File  |  1993-11-16  |  3KB  |  82 lines

  1. DOCUMENT:Q102710  04-NOV-1993  [W_NT]
  2. TITLE   :MFX Draw: 16-Bit Device Drivers Incompatible with Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------
  9.  
  10. The information in this article applies to:
  11.  
  12.  - Microsoft Windows NT operating system version 3.1
  13.  - Microsoft Windows NT Advanced Server version 3.1
  14. --------------------------------------------------------------
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. You may get unexpected results when you copy items from Micrografx
  20. Draw to the Clipboard and then paste them into another application.
  21.  
  22. You may lose Draw data on the Clipboard when you exit Draw.
  23.  
  24. Import and export functions may fail.
  25.  
  26. CAUSE
  27. =====
  28.  
  29. These problems are caused by Draw's use of 16-bit graphics drivers,
  30. which Windows NT does not support.
  31.  
  32. When you copy something to the Clipboard, Draw tries to use its own
  33. 16-bit driver to render the image in a private picture format. Draw
  34. calls the CreateDC API for this purpose:
  35.  
  36.    CreateDC(lpDriverName, lpDeviceName, lpOutput,lpInitData)
  37.  
  38. where the parameter "lpDriverName" is a long pointer to a null
  39. terminated string specifying the MS-DOS filename, without extension,
  40. of the driver ("MGXWMF.DRV", "MGXPCX.DRV", and so on). Under NT, this
  41. call fails because NT does not support 16-bit drivers.
  42.  
  43. The 16-bit driver also causes loss of data from Clipboard when you
  44. exit Draw and failure of import and export functions, which rely on
  45. the 16-bit driver.
  46.  
  47. WORKAROUND
  48. ==========
  49.  
  50. To avoid losing Clipboard data, make sure you use it before you exit
  51. Draw.
  52.  
  53. STATUS
  54. ======
  55.  
  56. No workarounds are available to avoid unexpected results and
  57. import/export failures.
  58.  
  59. NOTE: Images from other programs exported in Windows to .DRW format
  60. can be edited in Draw when running in Windows NT. However, the central
  61. problem will remain until there is a 32-bit version of Micrografx Draw
  62. or a 32-bit device driver it can use with Windows NT.
  63.  
  64. Additional reference words: 3.10
  65. KBCategory:
  66. KBSubCategory: 16ap
  67.  
  68. =============================================================================
  69.  
  70. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  71. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  72. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  73. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  74. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  75. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  76. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  77. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  78. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  79. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  80. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  81.  
  82. Copyright Microsoft Corporation 1993.